home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TKEYSTROKEEDITORDIALOG / TKEYSTROKEEDITORDIALOG.txt
Text File  |  2004-02-29  |  2KB  |  92 lines

  1. object KeystrokeEditorDialog: TKeystrokeEditorDialog
  2.   Left = 443
  3.   Top = 348
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   ClientHeight = 94
  7.   ClientWidth = 265
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 12
  25.     Width = 50
  26.     Height = 13
  27.     Caption = 'Command:'
  28.     FocusControl = cmbCommand
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 35
  33.     Width = 50
  34.     Height = 13
  35.     Caption = 'Keystroke:'
  36.     FocusControl = hkKeystroke
  37.   end
  38.   object cmbCommand: TComboBox
  39.     Left = 72
  40.     Top = 8
  41.     Width = 185
  42.     Height = 21
  43.     Anchors = [akLeft, akTop, akRight]
  44.     ItemHeight = 13
  45.     TabOrder = 0
  46.   end
  47.   object hkKeystroke: THotKey
  48.     Left = 72
  49.     Top = 32
  50.     Width = 185
  51.     Height = 19
  52.     Anchors = [akLeft, akTop, akRight]
  53.     HotKey = 9
  54.     InvalidKeys = [hcNone]
  55.     Modifiers = []
  56.     TabOrder = 1
  57.     OnEnter = hkKeystrokeEnter
  58.     OnExit = hkKeystrokeExit
  59.   end
  60.   object btnClearKey: TCorelButton
  61.     Left = 8
  62.     Top = 64
  63.     Width = 75
  64.     Height = 23
  65.     Caption = 'Clear Key'
  66.     TabOrder = 2
  67.     OnClick = bntClearKeyClick
  68.   end
  69.   object btnOK: TCorelButton
  70.     Left = 104
  71.     Top = 64
  72.     Width = 75
  73.     Height = 23
  74.     Anchors = [akTop, akRight]
  75.     Caption = 'OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 4
  79.   end
  80.   object btnCancel: TCorelButton
  81.     Left = 184
  82.     Top = 64
  83.     Width = 75
  84.     Height = 23
  85.     Anchors = [akTop, akRight]
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 3
  90.   end
  91. end
  92.